home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / atan2 < prev    next >
Text File  |  2001-04-06  |  375b  |  14 lines

  1. SYNOPSIS
  2.         float atan2 (int|float y, int|float x)
  3.  
  4. DESCRIPTION
  5.         Returns the argument's arcus tangent as if computed from <y>/<x>,
  6.         except that the signs of both arguments are used to determine the
  7.         quadrant of the result.
  8.  
  9. HISTORY
  10.         LDMud 3.2.9 added integers as arguments.
  11.  
  12. SEE ALSO
  13.         sin(E), cos(E), tan(E), asin(E), acos(E), atan(E)
  14.